home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / TCL1 / __MANDEL / MANDELBR / CROOTSCA.H < prev   
Text File  |  1992-03-27  |  314b  |  19 lines

  1. /* CRootScaleDialog.h */
  2.  
  3. #define _H_CRootScaleDialog
  4.  
  5. #include <CDWDLOGDirector.h>
  6.  
  7. class CMandelDoc;
  8.  
  9. class CRootScaleDialog :public CDWDLOGDirector
  10. {
  11.     public:
  12.  
  13.         void             IRootScaleDialog(short, CMandelDoc *, CDirectorOwner *);
  14.         virtual void     DoCommand(long aCmd);    
  15.  
  16.     protected:
  17.  
  18.         CMandelDoc *    itsMandelDoc;
  19. };